All Questions
Tagged with compilercoordinate-system
2 questions
3votes
1answer
80views
State machine translates text into executable python code [v2]
A few days ago I started writing my own compiler-like program which has the goal to compile plain text into executable python code. After I let my first version review here, I made huge changes to the ...
10votes
3answers
3kviews
Heavily limited premature compiler translates text into excecutable python code
My goal is to write a smaller compiler-like program, which allows me to draw geometric shapes into a 3D Diagram. There is no need for turing-completeness and the program should only be viewed as an ...